<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("./../alice/base.css");
@import url("./../alice/iconfont.css");
@import url("./../alice/grid.css");
@import url("./../alice/box.css");
@import url("./../alice/list.css");
@import url("./../alice/slide.css");
@import url("./../alice/paging.css");
@import url("./top.css");
@import url("./flooter.css");

body{color:#555;font-size:12px;font-family:Arial,"microsoft yahei","å¾®è½¯é›…é»‘";background:#fff;}
body{
	width:100%;
	overflow-x:hidden;
}

/* æ­£å¸¸é“¾æŽ¥ æœªè®¿é—® */
a {
    color: #4B4B4B;
}

/* é¼&nbsp;æ&nbsp;‡æ‚¬åœ */
a:hover {
    color: #f00;
    text-decoration:none;
}

.wrap{width:1000px;margin:0 auto;/*background:#efefef;*/}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt40{margin-top:40px;}
.mr11{margin-right:11px;}
.mr20{margin-right:20px;}
.mr40{margin-right:40px;}
.mr50{margin-right:50px;}
.w250{width:250px;}
.w730{width:730px;}
.w420{width:420px;}
.w540{width:540px;}
.w340{width:340px;}
.w660{width:660px;}

.denggao{
	position:relative;
	overflow:hidden;
}
.denggao .fn-left,
.denggao .fn-right{
	padding-bottom:2000px;
	margin-bottom:-2000px;
}

.row-head{
	position: relative;
	padding:20px 0 40px;
}
.row-head:before{
	position:absolute;
	top:45px;
	left:0;
	width:100%;
	height:1px;
	line-height:none;
	font-size:0;
	content:'';
	background-color:#d8d8d8;
}
.row-head .row-head-title{
	position: relative;
	display:block;
	width:300px;
	margin:0 auto;
    text-align: center;
    font-size: 28px;
    background: #fff;
    color: #FF4000;
    line-height: 50px;
}
.row-head .row-head-title:before{
	position:absolute;
	top:50%;
	left:0;
	width:12px;
	height:12px;
	line-height:none;
	font-size:0;
	content:'';
	border:2px solid #d8d8d8;
	border-radius: 50%;
	margin-top:-6px;
}
.row-head .row-head-title:after{
	position:absolute;
	top:50%;
	right:0;
	width:12px;
	height:12px;
	line-height:none;
	font-size:0;
	content:'';
	border:2px solid #d8d8d8;
	border-radius: 50%;
	margin-top:-6px;
}
.row-head .row-head-text{
    text-align: center;
    font-size: 18px;
    line-height:1em;
    text-transform: uppercase;
    color:#999;
    margin-top:20px;
}

.row1 .grid-row{
	margin:0 -10px;
	width:auto;
	overflow:hidden;
}
.row1 .grid-col{
	float:left;
	padding:0 10px;
	width:25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.row1 .grid-col dl{
	width:auto;
	overflow:hidden;
	background:#EEEEEE;
	height:155px;
	padding-bottom:5px;
}
.row1 .grid-col dl dd{
	float:left;
	width:50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:0 0 0 20px;
	line-height:26px;
	margin-top:5px;
	font-size:12px;
	font-family: arial;
	position: relative;
}
.row1 .grid-col dl dd:before{
	position:absolute;
	top:50%;
	left:10px;
	width:3px;
	height:3px;
	content:'';
	font-size:0;
	line-height:none;
	background:#6A6A6C;
	margin-top:-2px;
}
.row1 .grid-col:hover dl{
	background:#E3F6ED;
}

.row2{
	padding-bottom:40px;
}
.row2 .row-head{
	padding-bottom:20px;
}
.row2 .row-head-title{
	/* background:#E4F7F2; */
}
.row2 .row-head:before{
	background-color: #FF4000;
}
.row2 .row-head .row-head-title:before,
.row2 .row-head .row-head-title:after{
	border-color:#FF4000;
}
.scroll_horizontal{position:relative;width:1000px;height:197px;margin-top:15px;}
.scroll_horizontal .box{overflow:hidden;position:relative;width:1000px;height:197px;margin:0 auto;}
.scroll_horizontal .list{overflow:hidden;width:9999px;}
.scroll_horizontal .list li{float:left;width:250px;height:197px;}
.scroll_horizontal .list li a,
.scroll_horizontal .list li a span{display:block;}
.scroll_horizontal .list li a{
	width:210px;
	height:187px;
	margin:0 10px;
	padding: 10px 10px 0 10px;
    background: #106BD8;
}
.scroll_horizontal .list li a span.img{
	width:210px;
	height:157px;
	background:#fff;
	position:relative;
	overflow:hidden;
}
.scroll_horizontal .list li a span.img img{
	height:100%;
	position: absolute;
	top:0;left:0;right:0;bottom:0;
	margin:auto;
}
.scroll_horizontal .list li a span.text{
	height:30px;
	line-height:26px;
	font-size:14px;
	text-align:center;
	color:#fff;
}
.scroll_horizontal .list li a:hover{
	background:#FF4000;
}
.scroll_horizontal .list li a:hover span.text{
	color:#fff;
}

.scroll_horizontal .prev,
.scroll_horizontal .next{position:absolute;top:50%;margin-top:-25px;width:40px;height:50px;background-image:url('../../images/control.png');background-repeat:no-repeat;font:0/0 Arial;cursor:pointer;}
.scroll_horizontal .prev{left:-50px;background-position:0 0;}
.scroll_horizontal .next{right:-50px;background-position:-40px 0;}
.scroll_horizontal .prev:hover{background-position:0 -50px;}
.scroll_horizontal .next:hover{background-position:-40px -50px;}

.row3 .col1{
	background-color:#1C6CCA;
}
.row3 .col1 .ui-box{
	border:none;
}
.row3 .col1 .ui-box-head{
	height:65px;
	line-height:1em;
	border:none;
	margin:0;
	padding:0;
	background-color: #0050AD;
	position:relative;
	padding-left:60px;
	padding-top:25px;
}
.row3 .col1 .ui-box-head:before{
	position:absolute;
	top:50%;
	left:20px;
	color:#fff;
	width:auto;
	line-height:1em;
	font-size:50px;
	font-family:"å¾®è½¯é›…é»‘";
	content:'P';
	margin-top:-25px;
}
.row3 .col1 .ui-box-head-title{
	float:none;
	display:block;
	line-height:1em;
	font-size:20px;
	color:#fff;
	font-weight:normal;	
}
.row3 .col1 .ui-box-head-text{
	float:none;
	display:block;
	font-size:12px;
	line-height:1em;
	color:#fff;
	margin:8px 0 0 0;
}
.row3 .col1 .ui-box-container{
	background:none;
	border:none;
}
.row3 .col1 .ui-box-content{
	padding:0;
}
.row3 .col1 .ClassList{
	
}
.row3 .col1 .ClassList ul{
	position:relative;
	margin-bottom:-1px;
}
.row3 .col1 .ClassList ul li{
	position:relative;
	display:block;
	border-bottom:1px solid #4788D4;
}
.row3 .col1 .ClassList ul li:last-child{
	border:none;
}
.row3 .col1 .ClassList ul li .title{
	display:block;
	position:relative;
	z-index:2;
	overflow:hidden;
}
.row3 .col1 .ClassList ul li .title a{	
	position:relative;
	padding-left:32px;
	display:block;
	height:50px;
	line-height:48px;
	font-size:13px;
	color:#fff;
}
.row3 .col1 .ClassList ul li .title a:before{
	position:absolute;
	top:50%;
	left:12px;
	width:10px;
	height:9px;
	font-size:0;
	line-height:none;
	content:'';
	background:url('../../images/icon-1.png') 0 0 no-repeat;
	margin-top:-5px;
}
.row3 .col1 .ClassList ul li .title a:hover{
	background-color:#FFA63E;
	color:#fff;
}
.row3 .col1 .ClassList ul li:hover .title a{
	background-color:#FFA63E;
	color:#fff;
}
.row3 .col2 .ImgList{
	width:730px;
	overflow:hidden;
}
.row3 .col2 .ImgList ul{
	width:auto;
	overflow:hidden;
	margin:0 -10px -20px;
}
.row3 .col2 .ImgList ul li{
	float:left;
	width:33.33%;
	padding:0 10px 20px;	
	position:relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.row3 .col2 .ImgList ul li a,
.row3 .col2 .ImgList ul li a span{
	display:block;
	
}
.row3 .col2 .ImgList ul li a{
	background:#fff;
	border:5px solid #efefef;	
}
.row3 .col2 .ImgList ul li a .img{
	position:relative;
	width:100%;
	height:165px;
	overflow: hidden;
}
.row3 .col2 .ImgList ul li a .img img{
	width:100%;
	height:auto;
	position:absolute;
	top:0;left:0;right:0;bottom:0;
	margin:auto;
}
.row3 .col2 .ImgList ul li a .text{
	height:24px;
	line-height:24px;
	text-align:center;
	font-size:14px;
	background: #efefef;;
}
.row3 .col2 .ImgList ul li:hover a{
	border-color:#2880C1;
}
.row3 .col2 .ImgList ul li a:hover .text{
	color:#fff;
	background:#2880C1;
}

.row4 #allmap{
	width:660px;
	height:340px;
	margin:0;font-family:"å¾®è½¯é›…é»‘";font-size:14px;
	border:1px solid #d8d8d8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.row4 .ui-box-container{
	background-color:#106BD8;
	border:none;
	height:342px;
}
.row4 .info{
	padding-top:15px;
}
.row4 .info p{
	font-size:13px;
	line-height:2.5em;
	color:#fff;
}
.row4 .more{
	font-size:14px;
	color:#fff;
	line-height:2em;
	background:#034492;
	text-align:center;
	margin-top:15px;
	border-radius:5px;
}
.row4 .more a{
	color:#fff;	
}
.row4 .more a:hover{
	color:#ff0;
}
/* ç›®å½•ç®€ä»‹ */
.main{width:1000px;margin:0 auto;position:relative;height:420px;z-index:99;}
.wl_1120{width:1000px;margin:0 auto;position:relative;}
.type_b{float:left;width:260px;margin-top:-62px;}
.type_b .head_b{height:62px;background-color:#0049A0;background-image:url(../../images/index_type01.png);background-repeat:no-repeat; background-position:19px 16px;padding-left:85px;font-size:24px;line-height:62px;color:#fff;}
.type_b ul{border:1px solid #ddd; border-top:none;}
.type_b li{height:44px; width:218px; margin:0 auto; font-size:13px; line-height:44px;}
.type_b li+li{border-top:1px dashed #ddd;}
.type_b li a{display:block;color:#000; background-image:url(../../images/index_type02.png); background-repeat:no-repeat; background-position:200px 12px;}
.type_b li a:hover{color:#009286; background-image:url(../../images/index_type02h.png);}
.index_about{width:720px; float:left; margin-left:20px;}
.index_about .head_bg{height:53px; border-left:8px solid #0049A0; margin-top:24px;}
.index_about .line_b{border-bottom:1px solid #ddd; height:52px;}
.index_about .line_b .title{line-height:52px; font-size:24px; color:#666; float:left; padding-left:10px;}
.index_about .line_b .more{float:right; font-size:16px; line-height:52px; color:#0049A0;}
.index_about .img{width:410px; height:260px; float:left; background-position:center; background-size:cover; float:left; margin-top:20px;}
.index_about .r_b{float:left; width:270px; padding-left:20px; padding-top:20px;}
.index_about .msg_b{line-height:28px;}
.index_about .get_all{width:145px; height:26px; display:block; margin:20px auto 0 auto; border:1px solid #0049A0; color:#009286; font-size:14px; line-height:26px; text-align:center; clear:both;}
/* æ¡ˆä¾‹ä¸Žè£èª‰ */
.Ttitle{ 
	position:relative;width:460px;height:65px;margin:0 auto 10px auto;padding-top:5px;
	background:url(../../images/titlebg.png) center center no-repeat;}
.Ttitle .Font{ 
	width:460; height:30px; display: block;
	color:#f02e49;font-size:24px;line-height:30px;text-align:center;}
.Ttitle .English{
	width:460;height:30px;display:block;
	color:#106BD8;font-size:24px;line-height:30px;text-align:center;font-family:impact;text-transform:upperca;
	}
.row5 .ImgList{
	width:auto;
	overflow:hidden;
	margin:0 -5px;
}
.row5 .ImgList li{
	float:left;
	width:33.33%;	
	padding:0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom:10px;
}
.row5 .ImgList li a{
	display:block;
	height:100px;
	border:3px solid #efefef;
	position:relative;
	overflow:hidden;
}
.row5 .ImgList li a img{
	height:100%;
	position: absolute;
	top:0;left:0;right:0;bottom:0;
	margin:auto;
}
.row5 .ImgList li a:hover{
	border-color:#2880C1;
}	</pre></body></html>